home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 47.7z / BS1 part 47 / Amiga plus 2 (1989)(Amiga Plus Magazine)[h QTX].7z / Amiga plus 2 (1989)(Amiga Plus Magazine)[h QTX].adf / Programming / ASMRead.Me < prev    next >
Encoding:
Text File  |  1989-03-03  |  640 b   |  12 lines

  1.  To use the CalcFFP program, just type (from a CLI) CalcFFP 20.83*76.1
  2. or whatever you want to calculate.  You may notice that the last digit or two
  3. are not correct.  This is due to the fact these numbers cannot always be
  4. stored exactly in binary format.  Try something like 5*.5 to verify this.
  5.  
  6.  To assemble CalcFFP, you can use asm68010 from Dan Wolf and Doug Leavitt's
  7. book "AMIGA Machine Language Programmer's Guide" or the Devpac assembler. To
  8. use the Manx or Lattice assemblers, SECTION directives may have to be changed
  9. some, for example, the Manx assembler wants to see DSEG rather than DATA at
  10. the beginning of the data section.
  11.  
  12.